home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / TEXTLIST.DFM / TEXTLIST.txt
Encoding:
Text File  |  1996-08-12  |  2.6 KB  |  128 lines

  1. object TextRep: TTextRep
  2.   Left = 347
  3.   Top = 206
  4.   Width = 763
  5.   Height = 154
  6.   HorzScrollBar.Range = 1200
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = 'TextRep'
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object QRBand1: TQRBand
  17.     Left = 0
  18.     Top = 62
  19.     Width = 1200
  20.     Height = 9
  21.     Align = alTop
  22.     BandType = rbDetail
  23.     Color = clWhite
  24.     ForceNewPage = False
  25.     Frame.Width = 0
  26.     Ruler = qrrNone
  27.     object QRLabel1: TQRLabel
  28.       Left = 0
  29.       Top = 0
  30.       width = 32
  31.       height = 8
  32.       Caption = 'QRLabel1'
  33.       AlignToBand = False
  34.       Font.Color = clBlack
  35.       Font.Height = -7
  36.       Font.Name = 'Courier New'
  37.       Font.Style = []
  38.       ParentFont = False
  39.     end
  40.   end
  41.   object QRBand2: TQRBand
  42.     Left = 0
  43.     Top = 29
  44.     Width = 1200
  45.     Height = 33
  46.     Align = alTop
  47.     BandType = rbPageHeader
  48.     Color = clWhite
  49.     ForceNewPage = False
  50.     Frame.Width = 0
  51.     Ruler = qrrNone
  52.     object QRSysData3: TQRSysData
  53.       Left = 640
  54.       Top = -2
  55.       width = 65
  56.       height = 17
  57.       Alignment = taRightJustify
  58.       AlignToBand = True
  59.       AutoSize = False
  60.       Data = qrsPageNumber
  61.       Text = 'Page '
  62.     end
  63.     object QRSysData1: TQRSysData
  64.       Left = 4
  65.       Top = 0
  66.       width = 107
  67.       height = 14
  68.       AlignToBand = False
  69.       Data = qrsReportTitle
  70.       Text = 'Filename: '
  71.     end
  72.     object QRSysData2: TQRSysData
  73.       Left = 4
  74.       Top = 16
  75.       width = 157
  76.       height = 14
  77.       AlignToBand = False
  78.       AutoSize = False
  79.       Data = qrsDateTime
  80.       Text = 'Printed at '
  81.     end
  82.   end
  83.   object QRBand3: TQRBand
  84.     Left = 0
  85.     Top = 0
  86.     Width = 1200
  87.     Height = 29
  88.     Align = alTop
  89.     BandType = rbTitle
  90.     Color = clWhite
  91.     ForceNewPage = False
  92.     Frame.Width = 0
  93.     Ruler = qrrNone
  94.     object QRLabel2: TQRLabel
  95.       Left = 192
  96.       Top = 0
  97.       width = 321
  98.       height = 23
  99.       Alignment = taCenter
  100.       Caption = 'QuickReport File Lister Demo Report'
  101.       AlignToBand = True
  102.       Font.Color = clNavy
  103.       Font.Height = -19
  104.       Font.Name = 'Arial'
  105.       Font.Style = [fsItalic]
  106.       ParentFont = False
  107.     end
  108.   end
  109.   object Rep: TQuickReport
  110.     OnNeedData = RepNeedData
  111.     AfterPrint = RepAfterPrint
  112.     BeforePrint = RepBeforePrint
  113.     ColumnMarginInches = 0
  114.     ColumnMarginMM = 0
  115.     Columns = 2
  116.     DisplayPrintDialog = False
  117.     LeftMarginInches = 0
  118.     LeftMarginMM = 0
  119.     Orientation = poPortrait
  120.     ReportTitle = 'File lister demo'
  121.     RestartData = True
  122.     SQLCompatible = False
  123.     TitleBeforeHeader = True
  124.     Left = 8
  125.     Top = 76
  126.   end
  127. end
  128.